github.com/andybalholm/brotli.Reader.literal_hgroup (field)
10 uses
github.com/andybalholm/brotli (current package)
decode.go#L1166: s.literal_htree = []huffmanCode(s.literal_hgroup.htrees[s.context_map_slice[0]])
decode.go#L1777: hc = []huffmanCode(s.literal_hgroup.htrees[s.context_map_slice[context]])
decode.go#L2371: if !decoderHuffmanTreeGroupInit(s, &s.literal_hgroup, numLiteralSymbols, numLiteralSymbols, s.num_literal_htrees) {
decode.go#L2396: hgroup = &s.literal_hgroup
state.go#L117: literal_hgroup huffmanTreeGroup
state.go#L215: s.literal_hgroup.codes = nil
state.go#L216: s.literal_hgroup.htrees = nil
state.go#L269: s.literal_hgroup.codes = nil
state.go#L270: s.literal_hgroup.htrees = nil
state.go#L281: s.literal_hgroup.htrees = nil
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |